projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86b19df
)
Remove leftover debugging spew
author
Matthias Clasen
<matthiasc@src.gnome.org>
Sun, 29 Apr 2007 23:21:32 +0000
(23:21 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Sun, 29 Apr 2007 23:21:32 +0000
(23:21 +0000)
svn path=/trunk/; revision=17717
gtk/gtkprintunixdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintunixdialog.c
b/gtk/gtkprintunixdialog.c
index 0f36f5e5c36b8564c130f5fb33e705c910f684cf..dc8afdf4d298e8d821172f9f69dc7d4e87a23524 100644
(file)
--- a/
gtk/gtkprintunixdialog.c
+++ b/
gtk/gtkprintunixdialog.c
@@
-1696,9
+1696,6
@@
dialog_get_page_ranges (GtkPrintUnixDialog *dialog,
*n_ranges_out = i;
- for (i = 0; i < *n_ranges_out; i++)
- g_print ("[%d, %d]\n", ranges[i].start, ranges[i].end);
-
return ranges;
}